home *** CD-ROM | disk | FTP | other *** search
Makefile | 1992-04-24 | 554 b | 18 lines |
- # Makefile.preamble for HippoDraw
- #
- # The following line is for inclusion of the Draw help file in
- # application module
- LDFLAGS = -segcreate HELP document help.hdraw\
- -sectcreate __ICON __services services.txt
- #
- # The following lines is for inclusion of hippo
- # in the compilation and link steps if you build libhippo there.
- #CFLAGS = -I./hippo
- #OTHER_LIBS = -L./Hippo.subproj/hippo
- #OTHER_PROF_LIBS= -L./Hippo.subproj/hippo
- #
- # Make sure we don't remove anything by accident if
- # interrupted at the wrong time.
- #
- .PRECIOUS : $(SRCFILES)
-